summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hilko Bengen [Tue, 23 Jul 2019 12:43:21 +0000 (14:43 +0200)]
Add --with-ebpf-includes parameter
Last-Update: 2025-07-11
Bug: https://redmine.openinfosecfoundation.org/issues/3097
This patch fixes a FTBFS error on the i386 architecture by setting proper
include directories. The error is caused by improper directory names e.g.
'-I/usr/include/i386-linux-gnu' vs. '-I/usr/include/i686-linux-gnu/'.
Gbp-Pq: Name with-ebpf-includes.patch
Sascha Steinbiss [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
do not clean vendor directory on distclean
Bug-Debian: https://bugs.debian.org/915154
Last-Update: 2025-07-11
dh_auto_clean calls make distclean, which in the case of Suricata also
removes the vendor directory. This breaks repeated builds.
Gbp-Pq: Name fix-repeated-builds.patch
Adrian Bunk [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Don't use __USE_GNU
Bug-Debian: https://bugs.debian.org/890432
Last-Update: 2025-07-11
__USE_GNU is a glibc-internal symbol.
AC_USE_SYSTEM_EXTENSIONS is the proper autoconf
way to enable extensions.
Gbp-Pq: Name no-use-gnu.patch
Helmut Grohne [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Fix a FTCBFS issue because of using AC_PATH_PROG
Bug-Debian: https://bugs.debian.org/895996
Last-Update: 2025-07-11
This patch fixes a FTCBFS issue caused by using AC_PATH_PROG to
discover the location of pkg-config, which fails to select the
correct version on cross-compilations. The corresponding lintian
warning 'autotools-pkg-config-macro-not-cross-compilation-safe'
suggests to use PKG_PROG_PKG_CONFIG and $PKG_CONFIG instead.
Gbp-Pq: Name cross.patch
Andreas Dolp [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Configure landlock LSM security sandbox, but disabled by default
Forwarded: not-needed
Last-Update: 2025-09-21
Gbp-Pq: Name configure-landlock.patch
Arturo Borrero Gonzalez [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Enable and configure Suricata unix command socket
Forwarded: not-needed
Last-Update: 2025-08-22
Gbp-Pq: Name enable-unix-command-socket.patch
Andreas Dolp [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
suricata (1:8.0.5-1) unstable; urgency=medium
* New upstream version 8.0.5
* d/control: Bump standards version from 4.7.3 to 4.7.4
No special changes required.
* d/watch: Bump watch file format from v4 to v5.
[dgit import unpatched suricata 1:8.0.5-1]
Andreas Dolp [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Import suricata_8.0.5.orig.tar.gz
[dgit import orig suricata_8.0.5.orig.tar.gz]
Andreas Dolp [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
Import suricata_8.0.5-1.debian.tar.xz
[dgit import tarball suricata 1:8.0.5-1 suricata_8.0.5-1.debian.tar.xz]